1. sandbox attribute for iframes

    Method of running external site pages with reduced privileges (e.g. no JavaScript) in iframes.

  2. htmliframeelement api: sandbox

  3. html element: iframe: sandbox

  4. html element: iframe: sandbox: `sandbox="allow-downloads"`

  5. html element: iframe: sandbox: `sandbox="allow-downloads-without-user-activation"`

  6. html element: iframe: sandbox: `sandbox="allow-forms"`

  7. html element: iframe: sandbox: `sandbox="allow-modals"`

  8. html element: iframe: sandbox: `sandbox="allow-orientation-lock"`

  9. html element: iframe: sandbox: `sandbox="allow-pointer-lock"`

  10. html element: iframe: sandbox: `sandbox="allow-popups"`

  11. html element: iframe: sandbox: `sandbox="allow-popups-to-escape-sandbox"`

  12. html element: iframe: sandbox: `sandbox="allow-presentation"`

  13. html element: iframe: sandbox: `sandbox="allow-same-origin"`

  14. html element: iframe: sandbox: `sandbox="allow-scripts"`

  15. html element: iframe: sandbox: `sandbox="allow-storage-access-by-user-activation"`

  16. html element: iframe: sandbox: `sandbox="allow-top-navigation"`

  17. html element: iframe: sandbox: `sandbox="allow-top-navigation-by-user-activation"`

  18. html element: iframe: sandbox: `sandbox="allow-top-navigation-to-custom-protocols"`